You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > Copy Method > TMtx.Copy Method ([In] TMtx, int, int, int, int, int, int, bool)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.Copy Method ([In] TMtx, int, int, int, int, int, int, bool)

Copy the Mtx elements [MtxRow,MtxCol]..[MtxRow+NrRows-1,MtxCol+NrCols-1] to the calling matrix elements [Row,Col],,[Row+NrRows-1,Col+NrCols-1].

Syntax
C#
Visual Basic
public TMtx Copy([In] TMtx Mtx, int MtxRow, int MtxCol, int Row, int Col, int NrRows, int NrCols, bool Transpose);

An exception is raised if TMtxVecBase.ConditionCheck is true and bounds are overrun. If Transpose is true, the matrix is transposed as well. An exception is raised if TMtxVecBase.ConditionCheck is true and Complex properties of the calling matrix and Mtx do not match.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!